projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
479536a
)
(unload-hook-features-list): New defvar.
author
Eli Zaretskii
<eliz@is.elta.co.il>
Mon, 16 Feb 2004 17:49:26 +0000
(17:49 +0000)
committer
Eli Zaretskii
<eliz@is.elta.co.il>
Mon, 16 Feb 2004 17:49:26 +0000
(17:49 +0000)
lisp/loadhist.el
patch
|
blob
|
history
diff --git
a/lisp/loadhist.el
b/lisp/loadhist.el
index 80a59463d796dd872f72603a88e252fe1f3dfbb0..8cbe1d80cd39864fb87a75f91473327530c03580 100644
(file)
--- a/
lisp/loadhist.el
+++ b/
lisp/loadhist.el
@@
-116,6
+116,12
@@
These are symbols with hook-type values whose names don't end in
`-hook' or `-hooks', from which `unload-feature' tries to remove
pertinent symbols.")
+(defvar unload-hook-features-list nil
+ "List of features of the package being unloaded.
+
+This is meant to be used by FEATURE-unload-hook hooks, see the
+documentation of `unload-feature' for details.")
+
;;;###autoload
(defun unload-feature (feature &optional force)
"Unload the library that provided FEATURE, restoring all its autoloads.